Build Ethereum Mining Rig Raspberry Pi Full Node [Python Client] by Agus Yulianto

Build Ethereum Mining Rig Raspberry Pi Full Node [Python Client] by Agus Yulianto

Author:Agus Yulianto [Yulianto, Agus]
Language: eng
Format: azw3
Published: 2017-10-13T04:00:00+00:00


EDITING FILES

We'll be victimisation the statement to edit files. If you're not accustomed to a statement this could be somewhat tough. Raspbian comes with a number of editors. Nano may be a comparatively friendly editor and this tutorial can use that, however Raspbian conjointly has vi for users preferring it and might be used instead. If you have got not used vi before, you must stick to nano.

For those not accustomed to UNIX system, some actions we tend to take would require root privileges. we tend to get that by victimisation the command “sudo" before our desired command. this may solely work if you're logged in as a user with sudo rights, that the default Raspbian user (“pi" in our case) has. Sudo is set to need a positive identification, however the default Raspbian user ought to be set to not would like one.

You may need to vary the default keyboard layout. Edit /etc/default/keyboard

pi@raspnode~$ sudo nano /etc/default/keyboard

Change the line

XKBLAYOUT="gb"

to equal your desired country code, so for US keyboard layout change it to

XKBLAYOUT="us"

Then save and exit. Reboot to have it take effect. Reboot with

pi@raspnode~$ sudo shutdown -r now



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.